projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739aaa7
)
[quartz] shouldInheritContentsScale from 10.7+ instead of 10.14+.
author
John Ralls
<jralls@ceridwen.us>
Thu, 30 Jun 2022 22:25:50 +0000
(15:25 -0700)
committer
John Ralls
<jralls@ceridwen.us>
Thu, 30 Jun 2022 22:25:50 +0000
(15:25 -0700)
gdk/quartz/GdkQuartzView.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/GdkQuartzView.c
b/gdk/quartz/GdkQuartzView.c
index 01d482267edab6c54b5b5261f58e85af50798bc7..d35a0c73f1c894f4d81903e5346ea250662dcdeb 100644
(file)
--- a/
gdk/quartz/GdkQuartzView.c
+++ b/
gdk/quartz/GdkQuartzView.c
@@
-526,7
+526,7
@@
copy_rectangle_argb32 (cairo_surface_t *dest, cairo_surface_t *source,
}
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 10
14
00
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 10
7
00
-(BOOL)layer:(CALayer*) layer shouldInheritContentsScale: (CGFloat)scale fromWindow: (NSWindow *) window
{
if (layer == self.layer && window == self.window)